home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTMenuItemGlyph.pas' rev: 3.00
-
- #ifndef AHMTMenuItemGlyphHPP
- #define AHMTMenuItemGlyphHPP
- #include <AHMFreeware.hpp>
- #include <Menus.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtmenuitemglyph
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMMenuItemGlyph;
- class PASCALIMPLEMENTATION TAHMMenuItemGlyph : public Classes::TComponent
- {
- typedef Classes::TComponent inherited;
-
- private:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
- Graphics::TBitmap* FGlyph;
- Graphics::TBitmap* FCheckGlyph;
- Menus::TMenuItem* FMenuItem;
- void __fastcall SetGlyph(Graphics::TBitmap* value);
- void __fastcall SetCheckGlyph(Graphics::TBitmap* value);
-
- public:
- __fastcall virtual TAHMMenuItemGlyph(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMMenuItemGlyph(void);
- void __fastcall Refresh(void);
- virtual void __fastcall Loaded(void);
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property Graphics::TBitmap* CheckGlyph = {read=FCheckGlyph, write=SetCheckGlyph};
- __property Graphics::TBitmap* ItemGlyph = {read=FGlyph, write=SetGlyph};
- __property Menus::TMenuItem* MenuItem = {read=FMenuItem, write=FMenuItem};
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtmenuitemglyph */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtmenuitemglyph;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTMenuItemGlyph
-